home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_10532.txt < prev    next >
Text File  |  1990-08-07  |  2KB  |  119 lines

  1. -- card: 10532 from stack: in.0-2
  2. -- bmap block id: 11064
  3. -- flags: 0000
  4. -- background id: 10385
  5. -- name: bird
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=70 top=123 right=144 bottom=157
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: card button "closebox"
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual wipe right
  23.   go to cd "bird general"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 3 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=70 top=146 right=167 bottom=158
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual zoom open
  43.   go to cd "bird head"
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 4 (button)
  49. -- low flags: 00
  50. -- high flags: 0000
  51. -- rect: left=187 top=131 right=152 bottom=210
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: 
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   visual zoom open
  63.   go to cd "bird eye"
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 5 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=176 top=105 right=164 bottom=275
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual zoom open
  83.   go to cd "bird head"
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 7 (field)
  89. -- low flags: 81
  90. -- high flags: 2002
  91. -- rect: left=77 top=79 right=300 bottom=410
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 0
  95. -- font id: 174
  96. -- text size: 14
  97. -- style flags: 16640
  98. -- line height: 15
  99. -- part name: Info
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   hide me
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part contents for card part 7
  108. ----- text -----
  109. Click around on this HyperCard sample to learn more about birds.
  110.  
  111. Anytime you see a small pointing hand, it means that clicking around on the graphic brings up more information. (Since this is a reduced version of an actual HyperCard product, some of the information has been removed).
  112.  
  113. When you are finished looking at the sample, click this window‚Äôs close box.
  114. CLICK HERE TO HIDE THIS TEXT.
  115.  
  116.  
  117.  
  118.  
  119.